home *** CD-ROM | disk | FTP | other *** search
/ Menu Planner / Menu Planner (Ohio Distinctive Software).ISO / pc / pcreport.dir / 00009_close.pict.ls < prev    next >
Encoding:
Text File  |  1995-11-07  |  127 b   |  10 lines

  1. on mouseUp
  2.   global reportWindow
  3.   tell the stage
  4.     pdc()
  5.   end tell
  6.   tell the stage
  7.     close(reportWindow)
  8.   end tell
  9. end
  10.